Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-227879 | GEN005340 | SV-227879r854512_rule | Medium |
Description |
---|
The ability to read the MIB file could impart special knowledge to an intruder or malicious user about the ability to extract compromising information about the system or network. |
STIG | Date |
---|---|
Solaris 10 X86 Security Technical Implementation Guide | 2022-09-07 |
Check Text ( C-30041r490033_chk ) |
---|
Check the modes for all Management Information Base (MIB) files on the system. # find /etc/sma/snmp/ /etc/snmp/conf/ /var/sma_snmp/ /usr/sfw/lib/sma_snmp/ -type f | grep -i mib | egrep -v '\.conf$' | xargs ls -lL If any file is returned that does not have mode 0640 or less permissive, this is a finding. |
Fix Text (F-30029r490034_fix) |
---|
Change the mode of MIB files to 0640. Procedure: # chmod 0640 |